﻿
#navMain{ width:100%; height:45px; background-color:#215199; overflow:inherit; }
.nav{ width:1000px; margin:0 auto; }
.nav ul{width:100%; float:left;}
.nav ul li{ float:left; position:relative; }
.nav ul li:after{ position: absolute; right:0; top:11px; content:""; width:1px; height:23px; background-color:#2d6cc2; }
.nav ul li:last-child:after{ display:none; }
.nav ul li a{ display:block; float:left;  font: normal 16px/45px "微软雅黑",Arial; color:#FFF; padding:0 15px;  }
.nav ul li a:hover,.nav ul li.on{ background-color:#2d6cc2; color:#FFF;}

#navMn{ width:100%; height:40px; background-color:#F9F9F9; overflow:auto; }
.navn{ width:1000px; margin:0 auto; }
.navn ul{width:100%; float:left;}
.navn ul li{ float:left;  }
.navn ul li a{ display:block; float:left;  font: normal 13px/40px "微软雅黑",Arial; color:#666; padding-left:6px; background:url(../images/ico_dian.png) left center no-repeat; margin:0 13px;  }
.navn ul li a:hover,.navn ul li a.cur{color:#1047BF;}



.nav ul li ul{ position:absolute; left:0px; top:45px; display:none ; 
width:110px; z-index:11; padding:5px; background-color: #2d6cc2;
}
/*.nav ul li ul li:first-child{  position:absolute; top:-16px; padding-top:16px; 
background:url(../ico/lit_up.png) no-repeat center top;}*/
/*.nav ul li:last-child ul{ right:0; border-radius:0 0 4px 4px;text-align: center; width:135px;}*/
.nav ul li ul li{ float:left;width:100%; overflow:hidden;}
/*.nav ul li ul li:last-child a{border-bottom:none; }*/
.nav ul li ul li a{ float:left;width:100%; text-align:; line-height:35px; font-size:14px; color:rgba(255,255,255,0.8);
border-bottom: 1px dashed rgba(255,255,255,0.8); }

.nav ul li ul li a:hover{ color:rgba(255,255,255,1);
border-bottom: 1px dashed rgba(255,255,255,1);  }
.nav ul li ul li:after{ display:none; }

.nav ul li ul li ul{ position:absolute; display:none; z-index:12; left:150px; top:0; width: ; background: #ddd;border-radius:4px; }
.nav ul li ul li:last-child ul{  display:none; height:0; width:0; background: none;  }
.nav ul li ul li ul li a{ }
.nav ul li ul li ul li a:hover{ }
ul.wapnav{ display:none;}
